Click or drag to resize

Folder Class

Defines a folder to create, get, find, synchronize, or update.
Inheritance Hierarchy

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class Folder

The Folder type exposes the following members.

Constructors
  NameDescription
Public methodFolder
Initializes a new instance of the Folder class.
Public methodFolder(String)
Initializes a new instance of the Folder class.
Public methodFolder(String, String)
Initializes a new instance of the Folder class.
Top
Properties
  NameDescription
Public propertyArchiveTag
Represents the archive tag.
Public propertyChildFolderCount
Represents the number of child folders that are contained within a folder.
Public propertyComment
Contains a comment of the folder.
Public propertyCreationTime
Contains the creation date and time of a folder.
Public propertyDisplayName
Contains the display name of a folder.
Public propertyEffectiveRights
Contains the client's rights based on the permission settings for the item or folder.
Public propertyEntryId
Contains a MAPI entry identifier of a folder.
Public propertyExtendedProperties
Contains a collection of a extended properties for folder.
Public propertyFolderClass
Represents the folder class for a given folder.
Public propertyFolderId
Contains the identifier and change key of a folder.
Public propertyHasSubFolders
Contains TRUE if folder contains subfolders.
Public propertyIsHidden
Contains TRUE if folder is hidden.
Public propertyIsReadOnly
Contains TRUE if folder is read only.
Public propertyIsSystem
Contains TRUE if folder is system.
Public propertyLastModifiedTime
Contains the date and time the folder was last modified.
Public propertyManagedFolderInformation
Contains information about a managed folder.
Public propertyParentId
Represents the identifier of the parent folder that contains the folder.
Public propertyPermissionSet
Contains all the configured permissions for a folder.
Public propertyRetentionTag
Represents the retention tag.
Public propertySearchKey
Contains a key that identifies objects for a search.
Public propertySize
Contains the sizes of specified folders.
Public propertyStandardFolder
Represents the StandardFolder type.
Public propertyTotalCount
Represents the total count of items within a given folder.
Public propertyUnreadCount
Represents the count of unread items within a given folder.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Converts the value of the current Folder object to its equivalent string representation.
(Overrides ObjectToString.)
Top
See Also